Welcome![Sign In][Sign Up]
Location:
Search - udp http

Search list

[P2PP2PDemo

Description: 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of the use of UDP protocol P2P holes dialogue principle demonstration procedures, reference information is: 1) P2P penetrate NAT of UDP Principle and realization (with source code)- http:// www.cnpaf.net/ Class/hack/0512182034513804825.htm2) WANG Yan-ping
Platform: | Size: 30720 | Author: guosh | Hits:

[Ftp ServerJava_Socke183657142005

Description: 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate
Platform: | Size: 46080 | Author: Tony Yau | Hits:

[Internet-Networktrace

Description: Roger的小程序系列(6)带地理位置的trace route Trace route的功能是把本机和其他任何一个IP的通信路径显示出来。它的原理也很简单,向目标发送高端端口的UDP报文,TTL(Time To Live生命期)从1开始递增,直到收到目标的回应(一般是ICMP报文:UDP端口不可达)或者达到设定的最大值。TTL会从发起端开始,每遇到一个路由器就被减一,如果已经减到0,路由器就会会送ICMP报文:传输期间生命为零。由此就可以检测出所有路径上的路由器的IP了。 ———————————————————————— 作者: roger Blog: http://rogerfd.cn/ Email:roger99707@163.com 本文欢迎转载和引用,请保留本说明并注明出处 -err
Platform: | Size: 949248 | Author: 王小军 | Hits:

[Linux-Unixuip0.9uip1.0

Description: uip(uip 0.9 and uip 1.0)源代码。实现tcp/ip,udp,dhcp,http,icmp等。-uip 0.9 and uip 1.0 uip handle a single network interface and contains only a rudimentary UDP implementation,but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming language.
Platform: | Size: 3435520 | Author: yangzhidong | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[JSP/Javajpcapdump

Description: 本程序用来实现对网络流量的获取及分析功能。可以分离出tcp/udp报文,http协议,ftp协议,snmp协议等。-This procedure used to achieve access and network traffic analysis. Can be isolated from tcp/udp packet, http protocol, ftp protocol, snmp agreement.
Platform: | Size: 146432 | Author: 刘明 | Hits:

[VC/MFCVisualC

Description: 书名《Visual C++ 网络高级编程>内容简介:本书在对Visual C 各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。 对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C 网络编程基础并希望深入研究网络编程技术的读者。 ISDN:7115095639 第一章 TCP/IP协议 第二章 Winsock网络编程接口 第三章 Visual C 与网络编程 第四章 基本网络编程技术 第五章 Telnet协议的实现 第六章 HTTP协议的实现 第七章 FTP协议的实现 第八章 文件下载 第九章 UDP协议的实现 第十章 ICMP协议的实现 第十一章 PPP协议的实现 第十二章 代理服务器的实现 第十三章 ATL、DCOM和ActiveX技术 第十四章 网络安全 附录1 RFC文档分类-The title of " Visual C network of high-level programming" Description: The book of Visual C a variety of programming technologies and TCP/IP system introduced on the basis of the focus on advanced applications of network programming, the use of skills and difficulties. Including basic network programming technology, Telnet to achieve agreement, HTTP protocol to achieve, FTP to achieve agreement, document download, UDP protocol to achieve, ICMP protocol to achieve, PPP agreements achieved, the realization of a proxy server, ATL, DCOM, ActiveX technology, network security, multimedia and other network programming.
Platform: | Size: 19465216 | Author: 陈玲 | Hits:

[Internet-NetworkVBSocketProgramming

Description: Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP-Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP..
Platform: | Size: 84992 | Author: ecqu | Hits:

[Windows DevelopMyTestManage

Description: vlc流udp接收、http接收,文件磁盘管理,串口通讯等。-udp receive vlc streaming, http receive, file disk management, serial communications.
Platform: | Size: 64150528 | Author: wenjun | Hits:

[BREWnetdiagnostics

Description: BREW网络编程实例,包括UDP、TCP、HTTP的实现。BREW开发必不可少的学习资料-Brew network examples
Platform: | Size: 80896 | Author: 妞妞 | Hits:

[Windows DevelopTCP-UDP

Description: 基于混合TCP-UDP的HTTP协议实现方法-Hybrid TCP-UDP based on the HTTP protocol implementation method
Platform: | Size: 3072 | Author: baizheng | Hits:

[SCMInternetRadioApp

Description: 这是个互联网络收音机的应用源代码,利用普通MCU支持TCP、UDP、HTTP协议,播放MP3文件。-This is an Internet radio application source code, the use of common MCU supports TCP, UDP, HTTP protocol, play MP3 files.
Platform: | Size: 208896 | Author: 余求是 | Hits:

[Internet-NetworkVS2008VC-Winpcap-sniffer

Description: 使用VS2008VC++与Winpcap开发的网络嗅探器,里面实现mac、arp、ip、tcp、udp、http等协议分析功能.-use vs2008VC++ and WinPcap tools to implement some protocol analysis,such as mac、arp、ip、tcp、udp、http
Platform: | Size: 397312 | Author: yanggang | Hits:

[Internet-Networkseven

Description: 包含7个程序:FTP上传下载,捕获HTTP包,电话拨号上网,端口扫描,广播信息:WINSOCK-UDP,获得主机名和IP地址,网络聊天:WINSOCK-TCP-Includes seven programs: FTP upload to download, capture HTTP packets, telephone dial-up Internet access, port scanning, broadcasting information: WINSOCK-UDP, to obtain the host name and IP address, Web chat: WINSOCK-TCP
Platform: | Size: 6374400 | Author: 焦振涛 | Hits:

[Internet-NetworkNS2-TCP-UDP

Description: Linux环境中NS2TCPUDP ns2下仿真有线网络的延时、抖动、吞吐量的实验源码-Under the Linux environment NS2TCPUDP ns2 simulation wired network delay, jitter, throughput experimental source
Platform: | Size: 359424 | Author: 李东国 | Hits:

[Proxy Server3proxy

Description: Version 0.6.1 released 11 December, 2009. 3Proxy is really tiny cross-platform (Win32/Win64&Unix) freeware proxy servers set. It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks.exe), POP3 proxy, SMTP proxy, AIM/ICQ proxy (icqpr/icqpr.exe), MSN messenger / Live messenger proxy (msnpr/msnpr.exe), FTP proxy, caching DNS proxy, TCP and UDP portmappers-Version 0.6.1 released 11 December, 2009. 3Proxy is really tiny cross-platform (Win32/Win64&Unix) freeware proxy servers set. It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks.exe), POP3 proxy, SMTP proxy, AIM/ICQ proxy (icqpr/icqpr.exe), MSN messenger/Live messenger proxy (msnpr/msnpr.exe), FTP proxy, caching DNS proxy, TCP and UDP portmappers!!
Platform: | Size: 568320 | Author: rebus | Hits:

[TCP/IP stackSockets-2.3.9.1

Description: C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore works on most unixes and also win32. The library is in use in a number of real world applications, both commercial and open source. Features include, but are not limited to, SSL support, IPv6 support, tcp and udp sockets, sctp sockets, http protocol, highly customizable error handling. Testing has been done on Linux and Windows 2000, and to some part on Solaris and Mac OS X. The source code is released under the terms of the GNU GPL, but is also available under an alternative license.
Platform: | Size: 318464 | Author: geddy | Hits:

[Windows Developsniffer

Description: VC 下实现的一个数据包分析的程序 有界面 可以将抓到的包载入数据库 可以分析Ip ICMP UDP TCP HTTP等类型的数据包-VC to achieve a data packet analysis procedure interface can be caught in the package loading database can be analyzed Ip ICMP UDP TCP HTTP and other types of data packets
Platform: | Size: 30087168 | Author: 马志远 | Hits:

[Internet-NetworkCSharp_network

Description: visual csharp网络编程技术与实践随书代码,介绍了多个网络协议并对应的实例,有很好的参考价值。具体内容:第1章 C#.NET网络编程概述 第2章 C#.NET高级网络编程技术概述 第3章 开发基于TCP协议的应用程序 第4章 开发基于UDP的应用程序 第5章 开发基于SNMP协议的应用程序 第6章 使用.NET发送邮件 第7章 FTP下载与文件传输 第8章 基于C#.NET的网络管理模块 第9章 编写基于.NET的Web Service 第10章 基于.NET的远程技术 第11章 流媒体在线播放 第12章 在线五子棋系统模块 第13章 基于HTTP协议的下载工具 -visual c# network programming techniques and practice with the book code, introduced a number of network protocols and the corresponding instance, have a good reference value. Content: Chapter 1 C#. NET network programming outlined in Chapter 2 C#. NET Advanced Network Programming Overview Chapter 3 developed based on TCP protocol applications Chapter 4 Develop the UDP application Chapter 5 developed based on SNMP protocol application in Chapter 6 use. NET send mail Chapter 7 FTP downloads and file transfers in Chapter 8 on C#. NET network management module Chapter 9 written on. NET' s Web Service Chapter 10 on. NET remote technology 11 Chapter streaming online play online backgammon Chapter 12 Chapter 13 modules download tools based on HTTP protocol
Platform: | Size: 1912832 | Author: 刘明 | Hits:

[Internet-Networksimplesniffer

Description: 基于winpcap的网络协议分析工具,支持TCP,UDP,IP,HTTP等协议分析。-Winpcap-based network protocol analysis tools, support TCP, UDP, IP, HTTP and other protocol analysis.
Platform: | Size: 12485632 | Author: 朱传贤 | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net